Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran-dev] Ready for Beta 2?


On Oct 10, 2006, at 1:54 PM, Jeffrey Overbey wrote:

Any objections to releasing HEAD as 3.1 beta 2 on Thursday or Friday?


I've committed the errorparser plugin (org.eclipse.photran.errorparsers.xlf) from IBM that Chris Recoskie sent to me. It replaces org.eclipse.photran.core.xlf. Thus org.eclipse.photran.core.xlf should be removed from the repository (or moved to some old location.

I still need to do some more testing (hopefully xlf still runs on my box).

I've got errors in org.eclipse.photran.refactoring:

1.  The statement

import org.eclipse.photran.internal.core.preferences.FortranEnableParserDebuggi ngPreference;

can't be resolved in RefactoringFortranProcessor.java. I couldn't find the file in the repository.

2. Same with the statement (can't be resolved),

import org.eclipse.photran.internal.ui.editor.FortranFreeFormEditor;

in FortranRenameEditorActionDelegate.java

Regards,
Craig




Back to the top