Chris Kimpton wrote:
> 
> Hiya,
> 
> I have a project using Turbine (ok-don't we all  ;-)  )
> 
> And keep losing track of the source that went with it - so I've added the following 
>target to the build file (build-turbine.xml) ;
> 
>     <!-- ================================================================== -->
>     <!-- jars the source directory                                          -->
>     <!-- ================================================================== -->
>     <target name="jarsrc" depends="prepare">
>         <jar jarfile="${build.dir}/${final.name}.src.jar"
>             basedir="${build.src}"
>             excludes="**/package.html"/>
>     </target>
> 
> This builds a jar file containing only the source - so you can build it along with 
>the class file jar and keep both files - handy for debugging problems a few months 
>later - after Turbine has moved on and you forgot to keep the work area...
> 
> Just thought I'd let you guys know if you want to incorporate it or something 
>similar into the main build.
> 
> Hope it helps,
> Chris
> 
> PS And maybe see you at the ApacheCon/Model 2+1 session tomorrow...

+1 on adding this to the XML build file.  What do the rest of you think?
-- 

Daniel Rall <[EMAIL PROTECTED]>


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to