You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2009/06/25 09:27:00 UTC

DO NOT REPLY [Bug 47422] New: Cannot build liferay jbpm application.

https://issues.apache.org/bugzilla/show_bug.cgi?id=47422

           Summary: Cannot build liferay jbpm application.
           Product: Ant
           Version: 1.7.1
          Platform: Macintosh
        OS/Version: other
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Core tasks
        AssignedTo: notifications@ant.apache.org
        ReportedBy: sawori@gmail.com


Created an attachment (id=23874)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23874)
ant -verbose owhen building jbpm-web

I have an error that I know is common BUT I have tried all the solutions
offered and I still cannot fix it.

Here are my ant details:
 (copied from terminal) 

stephanie:jbpm-web stephanie$ which ant
/usr/bin/ant

echo $ANT_HOME
/usr/share/ant



I have attached the error log i.e. what i shows when i 'ant -v'

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 47422] Cannot build liferay jbpm application.

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=47422


Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Stefan Bodewig <bo...@apache.org>  2009-06-29 02:57:24 PST ---
Stephanie,

please understand that this is Ant's issue tracker, not the one of jbpm-web.

Given that I have no idea what jbpm-web's build file looks like, I can only
guess.

>From the logfile I can see that Ant is trying to load tasks from Antelope and
Ant-Contrib but fails to do so.  This means the jars you need to build jbpm-web
- which are not part of Ant and must be installed separately (they are not
maintained by Ant developers either) - are simply not there.

Without information like where you've placed those extra jars on your
filesystem and how you invoke Ant on the command line, there is no chance to
help you out.

Please use the user@ant mailing list or the appropriate jbpm-web support
channel for more help.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.