>From inside an the antrun plugin?
On Thu, Jun 25, 2009 at 1:42 AM, Brian Fox wrote:
> use new File(basedir,)
>
> On Tue, Jun 23, 2009 at 4:21 PM, Barrie Treloar wrote:
>> Interesting...
>>
>> [INFO] Executing tasks
>> [echo] script =
>> /home/hudson/workspace/plugins-CI-with-maven-2.1.x/j
use new File(basedir,)
On Tue, Jun 23, 2009 at 4:21 PM, Barrie Treloar wrote:
> Interesting...
>
> [INFO] Executing tasks
> [echo] script =
> /home/hudson/workspace/plugins-CI-with-maven-2.1.x/jdk/1.5/label/ubuntu/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh
> Jun 23, 200
Interesting...
[INFO] Executing tasks
[echo] script =
/home/hudson/workspace/plugins-CI-with-maven-2.1.x/jdk/1.5/label/ubuntu/trunk/maven-eclipse-plugin/verify-integration-tests-checks.bsh
Jun 23, 2009 5:10:38 PM org.apache.bsf.BSFManager exec
SEVERE: Exception :
java.security.PrivilegedActio
On Wed, Jun 24, 2009 at 6:33 AM, Benjamin
Bentmann wrote:
> Barrie Treloar wrote:
>
>> This builds fine on my machine (windows xp) and on people.apache.org.
>>
>> I dont know why this is failing on hudson.
>
> Likely because Hudson does a reactor build with the current working
> directory being tru
Barrie Treloar wrote:
This builds fine on my machine (windows xp) and on people.apache.org.
I dont know why this is failing on hudson.
Likely because Hudson does a reactor build with the current working
directory being trunk/ and not maven-eclipse-plugin/. E.g. doing
cd ..
mvn integrat
On Tue, Jun 23, 2009 at 1:46 PM, Barrie Treloar wrote:
> On Tue, Jun 23, 2009 at 10:14 AM, John Casey wrote:
>> This would seem to be the result of some path that's taken for granted to be
>> a certain way, but for some reason is different out on hudson.
>>
>> Have you tried to the path from the a
On Tue, Jun 23, 2009 at 10:14 AM, John Casey wrote:
> This would seem to be the result of some path that's taken for granted to be
> a certain way, but for some reason is different out on hudson.
>
> Have you tried to the path from the antrun plugin, or else use an
> absolute path like:
>
> ${proj
You might try adding ${basedir} into the src attribute, but strange
that it would try to run anywhere but the current directory. I assume
that that file is properly checked out, which you should be able to
check in Hudson.
FTR, it runs fine on my machine too (Mac).
- Brett
On 23/06/2009,
This would seem to be the result of some path that's taken for granted
to be a certain way, but for some reason is different out on hudson.
Have you tried to the path from the antrun plugin, or else use
an absolute path like:
${project.basedir}/verify-integration-tests-checks.bsh
Just a few
This builds fine on my machine (windows xp) and on people.apache.org.
I dont know why this is failing on hudson. I do not have ANT on my
path for either of the machines that build successfully - that is why
the dependencies are included in the antrun plugin configuration.
Could I ask for some mor
10 matches
Mail list logo