It would need to be in your Session class.
David
On 2012-10-09, at 6:31 PM, Flavio Donadio wrote:
> Hello, folks!
>
>
> I am trying to create a simple app to practice with D2W, but I'm getting an
> error with NavigationMenu.plist. The relevant part of the file is:
>
>> {
>>
Just to add some info...
I can say for sure that the culprit is the line:
children = "session.navigationRootChoice";
I am looking at the ERXSession class reference and can't find any member or
method called navigationRootChoice.
Is the tutorial wrong or am I missing something? My insta
Hello, folks!
I am trying to create a simple app to practice with D2W, but I'm getting an
error with NavigationMenu.plist. The relevant part of the file is:
> {
> name = Root;
> directActionClass = DirectAction;
> directActionName = default;
>
Standard Mac os x 10.6 (snow leopard)
java 1.6
macports
git 1.75
I already had DAV going. All DAV does is allow me to put the initial
repository on to the server. If I didn't have that then I would have to somehow
copy the repository to the correct location on the server.
There are instructio
Hi Riccardo,
On 05/10/2012, at 3:20 AM, Riccardo De Menna wrote:
> Question… How do I change the order of the entires in the generated classpath
> files on deployment?
> I have a class that patches one from Wonder to add some functionality. It
> works fine locally but when I deploy, the generat
You have a totally different project layout than I do. The maven archetype
creates a different directory structure.
mvn archetype:generate -DarchetypeCatalog=local
will create that for you.
Theoretically maven should work with any directory structure, but .I don't
know if there are glitch
http://198.101.209.238/cgi-bin/WebObjects/briefs
is a in progress (doesn't have all the fixes and some things are broken) of a
D2W app that creates forms and prints them to pdf with jasper reports
choose a tab and click the print link.
--- On Tue, 10/9/12, Miguel Torres wrote:
> From: Migue
1st watch Kieran K's fantastic example of using JasperReports entitled
Integrating JasperReports WOWDC 2010. The only downside to his approach is that
it assumes that you are creating a report of an Array of EOs and
ERJasperReports didn't include a method of handing it a single EO.
My first att
Hi Theodore,
Could you give us more detailed about how you do that?
Thanks
Miguel Torres.
On 09/10/2012, at 13:56, Theodore Petrosky wrote:
> I use JasperReports also but I pass in my EO and let the framework do its
> magic.
>
> Ted
>
> --- On Tue, 10/9/12, Raymond NANEON wrote:
>
>> F
+1. And if someone wants long term support, they should go with CentOS or BSD.
> Roger:
>
> You might get better advice from a git forum. It sounds to me like you're
> using the pre-built installer packaged by someone and distributed through
> google code. Any reason you're not just using macp
Roger:
You might get better advice from a git forum. It sounds to me like you're using
the pre-built installer packaged by someone and distributed through google
code. Any reason you're not just using macports or homebrew? If you go that
route you know you're getting a recent version built for
I use JasperReports also but I pass in my EO and let the framework do its magic.
Ted
--- On Tue, 10/9/12, Raymond NANEON wrote:
> From: Raymond NANEON
> Subject: Re: Generate a pdf with multiple page.
> To: "Miguel Torres"
> Cc: "WebObjects Development"
> Date: Tuesday, October 9, 2012, 1:16
Can anyone confirm (or deny) that git 1.7.5.4 is the latest version that works
on OSX 10.5? I installed the latest version (1.7.12.2) but it complained about
some dylibs. The dmg name included snow-leopard so I assumed it required
snow-leopard. I then installed the latest leopard version (1.7.5.
Thanks for reply, G :)
My .project is identical to yours.
.classpath looks like this:
Where MAVEN2_CLASSPATH_CONTAINER contains all references to the lib in the
form of absolute path:
/Users/User/.m2/repository/...
Comparing both log files I see on a maven project:
1. Many entries of:
-
Hi Miguel,
Thanks your recommendation. I choosed jasperreports and I am finalizing my
.jasper and subreports. I made tests and it works fine. I use Xml data source
too (a method which transforms data fetched in xml).
Ray
Envoyé depuis iCloud
Le 8 oct. 2012 à 22:44, Miguel Torres a écrit :
Hi,
Eclipse has a .project file. If you just bring in a maven project into
Eclispse, it is lacking some info about the project.
Specifically, your project build section should look something like:
org.eclipse.jdt.core.javabuilder
On Oct 9, 2012, at 12:13 PM, Maik Musall wrote:
>
> Yes, but only on weekends usually, because resetting a 40 GB database takes
> some time, multiplied by 3 developer databases, a staging system and an
> integration system. Jenkins builds automatically and I don't want tests to
> fail there j
Hello everyone,
I've posted this message in wonder-disc group already, but Lachlan Deck
suggested this group is more active.
Hopefully you don't mind for re-posting.
QUESTION_1.
I wanted to ask you, is it possible to have a working combination
of WOLips and Maven3 for development and deployment?
Nobody for this one? Where should I look? I just need my framework to be listed
above ERXExtension.
rdm
On 04/ott/2012, at 19:50, Riccardo De Menna wrote:
> Hi all,
>
> Question… How do I change the order of the entires in the generated classpath
> files on deployment?
> I have a class that
Hi Henrique,
maybe it's all easier with small databases, and small teams, yes.
Am 09.10.2012 um 12:44 schrieb Henrique Gomes :
> IMHO, I think you are over complicating for no obvious gain. If two features
> are developed in parallel, either reconcile them before release / production
> or, if
Am 09.10.2012 um 12:32 schrieb Paul Hoadley :
> Hi Maik,
>
> On 09/10/2012, at 5:41 PM, Maik Musall wrote:
>
>> is there a best practice that I'm not aware of if features are developed in
>> two separate branches which both contain migrations, like by two developers?
>> Those migrations typic
Hi Maik,
On 09/10/2012, at 5:41 PM, Maik Musall wrote:
> is there a best practice that I'm not aware of if features are developed in
> two separate branches which both contain migrations, like by two developers?
> Those migrations typically end up having the same sequence number p, so they
> c
IMHO, I think you are over complicating for no obvious gain. If two features
are developed in parallel, either reconcile them before release / production
or, if they are released separated, just rename the latter migration before
release. You are using development databases for each developer,
Hi,
of course there would need to be some possibility to specify such a dependency.
Maik
Am 09.10.2012 um 11:45 schrieb Johann Werner :
> You would still have the problem of the order in which the migrations have to
> be run in. Often the migrations are independent of each other but sometimes
You would still have the problem of the order in which the migrations have to
be run in. Often the migrations are independent of each other but sometimes
they aren't.
jw
Am 09.10.2012 um 09:11 schrieb Maik Musall :
> Hi,
>
> is there a best practice that I'm not aware of if features are deve
Hi,
is there a best practice that I'm not aware of if features are developed in two
separate branches which both contain migrations, like by two developers? Those
migrations typically end up having the same sequence number p, so they can't
easily be merged. Even worse, if you rename one to have
26 matches
Mail list logo