[jboss-jira] [JBoss JIRA] Resolved: (JBBUILD-381) Look into build.sh issue on linux.

Rajesh Rajasekaran (JIRA) jira-events at lists.jboss.org
Tue Jun 19 17:56:29 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBBUILD-381?page=all ]

Rajesh Rajasekaran resolved JBBUILD-381.
----------------------------------------

    Resolution: Done

Commented out check for null in the constructor to allow more than one buildinstance one for the regular thirdparty download and one for the testsuite thirdparty download.

   public Build()
   {
	   /*
      if (buildInstance != null)
         throw new BuildException("Duplicate build");
         */
      buildInstance = this;
   }


Tagged JBossBuild_1_1_6 and created a new jbossbuild.jar

> Look into build.sh issue on linux.
> ----------------------------------
>
>                 Key: JBBUILD-381
>                 URL: http://jira.jboss.com/jira/browse/JBBUILD-381
>             Project: JBoss Build System
>          Issue Type: Feature Request
>          Components: JBossBuild
>            Reporter: Paul Gier
>         Assigned To: Rajesh Rajasekaran
>             Fix For: JBossBuild - Maint 2007
>
>
> Copied and pasted from email:
> This is a long outstanding issue that affects anybody who is running
> build/build.sh on linux. I believe it has been introduced by seperate
> thirdparty downloads for the testsuite
> The workarround that I've been using is:
> rm -rf thirdparty/*
> ant -f build/build.xml
> Note, I run ant - not build.sh
> This binds the build to my local Ant installation, which works but is of
> course no good.
> >      It seems there is something wrong in the build: When I run
> >         rm -rf thirdparty/
> >         svn update .
> >         build/build.sh main I get:
> >         
> >         +++
> >         
> >         BUILD FAILED
> >         /home/jfclere/jbossas_head/build/build.xml:898: The following
> >         error
> >         occurred while executing this line:
> >         /home/jfclere/jbossas_head/testsuite/build-thirdparty.xml:39:
> >         Could not
> >         create type build due to Duplicate build
> >         
> >         Total time: 6 minutes 8 seconds
> >         +++
> >         
> >         A second build/build.sh main seems to work after that.
> >         
> >         Any hints?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list