piccolo2d / piccolo2d.java

Structured 2D Graphics Framework
http://piccolo2d.org
Other
51 stars 14 forks source link

Create location for custom build/release scripts #216

Closed mro closed 9 years ago

mro commented 9 years ago

Originally reported on Google Code with ID 216

We have some build scripts (e.g., attached to Issue 146) that should be checked into
Subversion.

As part of this issue, we should look into achieving the effect of these deployment
scripts in a top-level assembly module. Let's discuss what this might look like in
this ticket.

Reported by atdixon on 2011-04-02 04:43:32

mro commented 9 years ago
clirr.sh is another script referenced in the release checklist to consider pulling in.

There is also a clirr maven plugin that we could consider using.

Reported by atdixon on 2011-04-02 04:44:59

mro commented 9 years ago
It might be possible with a combination of release profiles and assembly descriptors
to generate what we need with the maven release plugin.  The assembly and release plugins
have improved since the time of our 1.3 release.

clirr.sh just calls the standalone Clirr jar

java -jar ~/bin/clirr-core-0.6-uber.jar "$@"

It blows up on extras, so I didn't configure it into the maven site build

$ clirr.sh -o piccolo2d-extras-1.3.jar -ocp ../core/piccolo2d-core-1.3.jar -n target/piccolo2d-extras-1.4-SNAPSHOT.jar
-ncp ../core/target/piccolo2d-
core-1.4-SNAPSHOT.jar
Unable to complete checks:Unable to locate enclosing class edu.umd.cs.piccolox.event.PStyledTextEventHandler$2
for nested class edu.umd.cs.piccolox.event.PStyledTextEventHandler$2$1

We might also want to add JDiff, though that might need to be run as a separate script
too, see

http://code.google.com/p/guava-libraries/wiki/Release08

Reported by heuermh on 2011-04-04 15:25:40

mro commented 9 years ago

Reported by heuermh on 2012-08-31 20:24:01

mro commented 9 years ago

Reported by heuermh on 2012-08-31 20:27:54

mro commented 9 years ago

Reported by heuermh on 2012-08-31 20:28:19

mro commented 9 years ago

Reported by heuermh on 2012-08-31 20:30:05

mro commented 9 years ago

Reported by heuermh on 2013-11-26 21:11:16

mro commented 9 years ago
Adding new downloads is no longer supported by Google Code.

Reported by heuermh on 2014-02-17 01:46:42