You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Phil Steitz <ph...@steitz.com> on 2004/02/07 05:32:02 UTC

directory-naming

I have been trying to get the gump build to work for directory-naming and 
as a complete gump newbie I am not having success.  The project is a maven 
multi-project and I could not get maven to generate an effective 
build.xml, so I hacked together ant scripts and checked them into the svn 
repo, but somehow gump is still not seeing the top-level build.xml. Below 
is the nag.  Any suggestions on how to fix this would be appreciated.

Ideally, I would eventually like a way to get gump to work directly with 
the maven multiproject or at least to get maven's gump goal to generate 
something that works.

Could be I hosed the gump project descriptor:

http://lsd.student.utwente.nl/gump/directory-naming/index_details.html

Thanks in advance.

Phil

Project: directory-naming
State: Failed
URL: http://lsd.student.utwente.nl/gump/directory-naming/directory-naming.html
------------------------------------------------- G U M P Y


Annotations:
  - Error - Failed with reason build failed


------------------------------------------------- G U M P Y
Work Name: build_directory-naming_directory-naming (Type: Build)
State: Failed
Elapsed: 0 hours, 0 minutes, 1 seconds
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/data/gump/xml-xerces2/java/build/xercesImpl.jar:/data/gump/xml-xerces2/java/build/xmlParserAPIs.jar 
org.apache.tools.ant.Main -Dbuild.clonevm=true 
-Dgump.merge=/data/gump/gump/work/merge.xml -Dbuild.sysclasspath=only 
-Dfinal.name=directory-naming-20040203 -f build.xml dist
[Working Directory: /data/gump/directory-naming]
---------------------------------------------
Buildfile: build.xml does not exist!
Build failed
---------------------------------------------

------------------------------------------------- G U M P Y
RSS: 
http://lsd.student.utwente.nl/gump/directory-naming/directory-naming.rss | 
Atom: 
http://lsd.student.utwente.nl/gump/directory-naming/directory-naming.atom

--
Gump http://jakarta.apache.org/gump
[lsd]




Re: directory-naming

Posted by Stefan Bodewig <bo...@apache.org>.
On Fri, 06 Feb 2004, Phil Steitz <ph...@steitz.com> wrote:

> The project is a maven multi-project and I could not get maven to
> generate an effective build.xml, so I hacked together ant scripts
> and checked them into the svn repo, but somehow gump is still not
> seeing the top-level build.xml.

I think I found the problem.

The svn directory for directory-naming has been changed during the
lifetime of its gump descriptor.  If something like this happens (same
for CVS dir or module changes), the checked out working directory on
the machine running Gump has to get manually removed - as Gump will
only run an svn update inside the working copy and not pick up the
change otherwise.

I've removed the working copy on LSD so the next nightly build should
see your build.xml.

Stefan