For development purposes, if you don’t want to use the NetBeans to edit your
files(.java or .properties or .xml or dotwhatever)
try to use the Notepad++, it knows a lot of file types, you’ll love it.
http://notepad-plus.sourceforge.net/uk/site.htm
Happy coding!
From: java-ee-j2ee-programm
On Sep 10, 9:21 am, peeter brunch wrote:
> Hi everyone,
>
> I used notepad to open the property file and rename the file. Now all the
> problems have gone. Thanks for the help.
Nice, yes always use notepad to change a file.
> > PS: Could you please avoid sending attachment, as most of the tim
On Sep 10, 9:21 am, peeter brunch wrote:
> Hi everyone,
>
> I used notepad to open the property file and rename the file. Now all the
> problems have gone. Thanks for the help.
>
> Cheers
>
> From: peeterbru...@hotmail.com
> To: migat...@gmail.com; java-ee-j2ee-programming-with-passion@googleg
Hi everyone,
I used notepad to open the property file and rename the file. Now all the
problems have gone. Thanks for the help.
Cheers
From: peeterbru...@hotmail.com
To: migat...@gmail.com; java-ee-j2ee-programming-with-passion@googlegroups.com
Subject: RE: [java ee programming] Re: P
Thanks for the clue. I have edited my build.properties file to include the
passwordfile definition. But the build returned with the same failure message
"javaee.server.passwordfile not specified".
My changes to the build.properties file are highlighted as below:
# Set the property javaee.hom
On 8 sep, 11:41, peeter brunch wrote:
> During the build of Example Database for Bookstore1 project, the build
> process requires a password file and to specify it in the
> \nbproject\project.properties file.
>
> Could someone provide the steps to accomplish these requirements for
> popuplat