samreid / piccolo2d

Automatically exported from code.google.com/p/piccolo2d
0 stars 0 forks source link

Create location for custom build/release scripts #216

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by atdi...@gmail.com on 2 Apr 2011 at 4:43

GoogleCodeExporter 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.

Original comment by atdi...@gmail.com on 2 Apr 2011 at 4:44

GoogleCodeExporter 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

Original comment by heue...@gmail.com on 4 Apr 2011 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 31 Aug 2012 at 8:24

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 31 Aug 2012 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 31 Aug 2012 at 8:28

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 31 Aug 2012 at 8:30

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 26 Nov 2013 at 9:11

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

Original comment by heue...@gmail.com on 17 Feb 2014 at 1:46