NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

What does this mean?

 
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users
View previous topic :: View next topic  
Author Message
Ian Carter
Posted via mailing list.





PostPosted: Sat Jun 21, 2008 10:46 am    Post subject: What does this mean? Reply with quote

Every time I run my app in the IDE, I get the following in the output
window...

Trying to override old definition of task
http://www.netbeans.org/ns/j2se-project/3:javac

Can someone tell me what it means, and is it a problem?

Ian
Back to top
Oddvard Myrnes
Posted via mailing list.





PostPosted: Sun Jun 22, 2008 8:41 am    Post subject: What does this mean? Reply with quote

Ian,

Do you know if the message is created by the build (IDE) or by the
webserver?

Oddvard

-----Original Message-----
From: Ian Carter [mailto:iccarter@gotadsl.co.uk]
Sent: Saturday, June 21, 2008 12:46 PM
To: nbusers@netbeans.org
Subject: [nbusers] What does this mean?


Every time I run my app in the IDE, I get the following in the output
window...

Trying to override old definition of task
http://www.netbeans.org/ns/j2se-project/3:javac

Can someone tell me what it means, and is it a problem?

Ian
Back to top
Ian Carter
Posted via mailing list.





PostPosted: Sun Jun 22, 2008 9:19 am    Post subject: What does this mean? Reply with quote

I don't use a webserver with Java, Oddvard. I use PHP for all my web stuff
that requires webserver access these days.
This is a actually a small desktop application.

But that message appears in the output whenever I build a class library, or
run an application - except applets.

Ian

-----Original Message-----
From: Oddvard Myrnes [mailto:oddvardm@doremitechno.com]
Sent: 22 June 2008 09:40
To: nbusers@netbeans.org
Subject: RE: [nbusers] What does this mean?

Ian,

Do you know if the message is created by the build (IDE) or by the
webserver?

Oddvard

-----Original Message-----
From: Ian Carter [mailto:iccarter@gotadsl.co.uk]
Sent: Saturday, June 21, 2008 12:46 PM
To: nbusers@netbeans.org
Subject: [nbusers] What does this mean?


Every time I run my app in the IDE, I get the following in the output
window...

Trying to override old definition of task
http://www.netbeans.org/ns/j2se-project/3:javac

Can someone tell me what it means, and is it a problem?

Ian
Back to top
Oddvard Myrnes
Posted via mailing list.





PostPosted: Sun Jun 22, 2008 9:46 am    Post subject: What does this mean? Reply with quote

Ian,

I am not so familiar with how the IDE build the configuration files for pure
Java projects, and not much help to you I'm afraid. I had a problem when I
added a Java Applets to my web app, and related to the build-imp.xml file.
The problem was that the IDE did not clean up the project.xml and
project.properties file under nbproject when I deleted the included project
with the 'project->properties->packaging' tab. I will follow the thread
anyway.

Oddvard ;-)

-----Original Message-----
From: Ian Carter [mailto:iccarter@gotadsl.co.uk]
Sent: Sunday, June 22, 2008 11:20 AM
To: nbusers@netbeans.org
Subject: RE: [nbusers] What does this mean?


I don't use a webserver with Java, Oddvard. I use PHP for all my web stuff
that requires webserver access these days.
This is a actually a small desktop application.

But that message appears in the output whenever I build a class library, or
run an application - except applets.

Ian

-----Original Message-----
From: Oddvard Myrnes [mailto:oddvardm@doremitechno.com]
Sent: 22 June 2008 09:40
To: nbusers@netbeans.org
Subject: RE: [nbusers] What does this mean?

Ian,

Do you know if the message is created by the build (IDE) or by the
webserver?

Oddvard

-----Original Message-----
From: Ian Carter [mailto:iccarter@gotadsl.co.uk]
Sent: Saturday, June 21, 2008 12:46 PM
To: nbusers@netbeans.org
Subject: [nbusers] What does this mean?


Every time I run my app in the IDE, I get the following in the output
window...

Trying to override old definition of task
http://www.netbeans.org/ns/j2se-project/3:javac

Can someone tell me what it means, and is it a problem?

Ian
Back to top
Ian Carter
Posted via mailing list.





PostPosted: Sun Jun 22, 2008 10:00 am    Post subject: What does this mean? Reply with quote

It looks as though the message is Ant generated. The URI part looks to me
like an XML namespace URI, and "javac" is an obvious reference to the Java
compiler. But what it's telling me, though, I don't know. Typical
programmer's error message.

This is also a dev build I'm using. I usually download the lastest about
once a week just to see what's changed/broken/fixed, so maybe it will just
vanish (as it appeared) in a not-too-distant build.

Ian

-----Original Message-----
From: Oddvard Myrnes [mailto:oddvardm@doremitechno.com]
Sent: 22 June 2008 10:45
To: nbusers@netbeans.org
Subject: RE: [nbusers] What does this mean?

Ian,

I am not so familiar with how the IDE build the configuration files for pure
Java projects, and not much help to you I'm afraid. I had a problem when I
added a Java Applets to my web app, and related to the build-imp.xml file.
The problem was that the IDE did not clean up the project.xml and
project.properties file under nbproject when I deleted the included project
with the 'project->properties->packaging' tab. I will follow the thread
anyway.

Oddvard ;-)

-----Original Message-----
From: Ian Carter [mailto:iccarter@gotadsl.co.uk]
Sent: Sunday, June 22, 2008 11:20 AM
To: nbusers@netbeans.org
Subject: RE: [nbusers] What does this mean?


I don't use a webserver with Java, Oddvard. I use PHP for all my web stuff
that requires webserver access these days.
This is a actually a small desktop application.

But that message appears in the output whenever I build a class library, or
run an application - except applets.

Ian

-----Original Message-----
From: Oddvard Myrnes [mailto:oddvardm@doremitechno.com]
Sent: 22 June 2008 09:40
To: nbusers@netbeans.org
Subject: RE: [nbusers] What does this mean?

Ian,

Do you know if the message is created by the build (IDE) or by the
webserver?

Oddvard

-----Original Message-----
From: Ian Carter [mailto:iccarter@gotadsl.co.uk]
Sent: Saturday, June 21, 2008 12:46 PM
To: nbusers@netbeans.org
Subject: [nbusers] What does this mean?


Every time I run my app in the IDE, I get the following in the output
window...

Trying to override old definition of task
http://www.netbeans.org/ns/j2se-project/3:javac

Can someone tell me what it means, and is it a problem?

Ian
Back to top
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> NetBeans Users All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo